From 0f1c687d3bc150d225a2bd75cc40b7a9ca0a18d0 Mon Sep 17 00:00:00 2001 From: Ingvar Stepanyan Date: Sat, 13 May 2017 11:36:53 +0100 Subject: [PATCH] Fix tidy error --- src/cargo/util/config.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/cargo/util/config.rs b/src/cargo/util/config.rs index f16110d24..269384145 100644 --- a/src/cargo/util/config.rs +++ b/src/cargo/util/config.rs @@ -237,7 +237,8 @@ impl Config { } } - pub fn get_path_and_args(&self, key: &str) -> CargoResult)>>> { + pub fn get_path_and_args(&self, key: &str) + -> CargoResult)>>> { if let Some(mut val) = self.get_list_or_split_string(key)? { if !val.val.is_empty() { return Ok(Some(Value { -- 2.30.2